Java Script It!
See Also...
Info
Working Buttons
 
Description
A java script application that allows you to place working form buttons within a document that will navigate to a specified URL.

Properties
Property Description
Button Insertion The character position within the document where the form button code will be inserted into and therefore, where the button will be displayed.
Caption The text that will appear on the form button.
URL The URL that the user will navigate to upon clicking the working button.
Target The frame that the browser will target. Choose to target the current frame (self), the whole window (parent) or a custom frame that you enter.

Browser Compatibility
Navigator 3 IE 3 Navigator 4++ IE 4++
compatible compatible compatible compatible

Aditional Information

  • You can add as many Working Buttons to a document as you wish
  • If the working button does not display properly or does not display at all then check to make sure that the code is inserted into the proper position within the document and that the tagging structure (ie broken tags) is correct

Info
Support